@charset "utf-8";

/* 최근게시물 스킨 (latest) */
.lt_performance {position:relative; width:48%; max-width:560px;}
.lt_performance h2 a.lt_title{font-size:25px; color:#222; font-weight:500;}
.lt_performance ul {margin:20px 0 0; padding:0; list-style:none; border-top:2px solid #111;}
.lt_performance li {width:100%; padding:20px 10px; border-bottom:1px solid #ddd; display:flex; justify-content:space-between;}
.lt_performance li p {font-size:17px; width:70%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#222;}
.lt_performance li .lt_date {font-size:16px; color:#777; width:30%; text-align:right;}

.lt_performance .new_icon {display:inline-block; color:#007dc3; font-size:12px}

.lt_performance .lt_more {position:absolute; right:0px; top:8px;}
.lt_performance .lt_more a i {font-size:20px; color:#b4c3cb; transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
.lt_performance .lt_more a:hover i {transform:rotate(90deg);}

 @media (max-width: 969px){
	.lt_performance h2 a.lt_title{font-size:22px;}
	.lt_performance li {padding:15px 5px; display:block;}
	.lt_performance li p {font-size:16px; width:100%; display:block;}
	.lt_performance li .lt_date {font-size:15px; width:100%; text-align:left; margin-top:5px; display:block;}
	 
 }
 
  @media (max-width: 639px){
	.lt_performance {width:100%; max-width:100%;}
	.lt_performance h2 a.lt_title{font-size:18px;}
	.lt_performance ul {margin:12px 0 0;}
	.lt_performance li:last-child {display:none;}
	.lt_performance li p {font-size:15px;}
	.lt_performance li .lt_date {font-size:14px;}
	.lt_performance .lt_more {right:0px; top:0px;}
	.lt_performance .lt_more a i {font-size:18px;}
	
 }
 
  @media (max-width: 399px){
	.lt_performance h2 a.lt_title{font-size:17px;}
	
 }